Best viewed in Notepad with Word Wrap

Program:  Julian Day Date Difference Calculator
Size:   413 bytes
Category:  TI-83+ BASIC Misc. Programs
Purpose:  Calculate the number of days between two different dates
Author:  Andree Chea
E-mail:  kryptic_89@yahoo.com

/************************************************************/

Utilizing julian days to your advantage, you can find the number of days between two dates. Simple follow the prompts to enter the two dates.

Some Uses of this Program:
-Compute how many days old you are
-Find how many days are left until the end of school

Note that this program is not 100% accurate. It may be off by a day or so. Also the dates entered must be AFTER January 1, 4713 B.C. It may give values, but they might be wrong.

Disclaimer
====================
I am not responsible for any damage that my programs may cause
Please do not distribute a modified source.

Bugs
====================
-Some dates won't compute correctly. That is due to a little bug.

Version History
====================
20040310	Version 1.0
-First Public Release

Future Versions
====================
-There is a bug which I may fix.

Credits
====================
The authors of "Programming and Problem Solving with C++," Nell Dale, Chip Weems, Mark Headington, from where I got the algorithm.

====================

Any questions, comments, problems, criticisms? PLEASE send them all to:
kryptic_89@yahoo.com

Thank you for downloading this program!